home *** CD-ROM | disk | FTP | other *** search
- /* Ban Event!-Window, iconify Spot 1.2b registered or higher */
-
- /* Copy this script to your Spot-Rexx-directory and Spot will */
- /* close Event!'s clockwindow before iconifying, when you click */
- /* on "Iconify" in the area list window. Useful only of course, if */
- /* "Follow to active Pubscreen" is switched on. */
-
- If show('Ports','EVENT!') then address "EVENT!" BAN 5
-
- ICONIFY
-
-